added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBExcelAutomationAddIn / My Project / AssemblyInfo.vb
blobe2dbfdb32f8a5c814ec91a429eef7b5e25dca15f
1 Imports System
2 Imports System.Reflection
3 Imports System.Runtime.InteropServices
5 ' General Information about an assembly is controlled through the following
6 ' set of attributes. Change these attribute values to modify the information
7 ' associated with an assembly.
9 ' Review the values of the assembly attributes
11 <Assembly: AssemblyTitle("VBExcelAutomationAddIn")>
12 <Assembly: AssemblyDescription("")>
13 <Assembly: AssemblyCompany("Microsoft Corporation")>
14 <Assembly: AssemblyProduct("VBExcelAutomationAddIn")>
15 <Assembly: AssemblyCopyright("Copyright © Microsoft 2010")>
16 <Assembly: AssemblyTrademark("")>
18 <Assembly: ComVisible(True)>
20 'The following GUID is for the ID of the typelib if this project is exposed to COM
21 <Assembly: Guid("e600c7dc-cc4b-447d-9045-d60bb7d4ba36")>
23 ' Version information for an assembly consists of the following four values:
25 ' Major Version
26 ' Minor Version
27 ' Build Number
28 ' Revision
30 ' You can specify all the values or you can default the Build and Revision Numbers
31 ' by using the '*' as shown below:
32 ' <Assembly: AssemblyVersion("1.0.*")>
34 <Assembly: AssemblyVersion("1.0.0.0")>
35 <Assembly: AssemblyFileVersion("1.0.0.0")>